home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / ccmd / cmgnrc.cnf < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.5 KB  |  35 lines

  1. _
  2. _ Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3. _ the City of New York.  Permission is granted to any individual or
  4. _ institution to use, copy, or redistribute this software so long as it
  5. _ is not sold for profit, provided this copyright notice is retained.
  6. _
  7. _ Author: Andrew Lowry
  8.  
  9. /* Generic ccmd package error codes, all with zero in left half */
  10.  
  11. fnerror(OK,`No error')
  12. fnerror(RPT,`Reparse required')
  13. fnerror(NOP,`Unable to parse input')
  14. fnerror(UNKF,`Unknown function code in FDB')
  15. fnerror(BOVF,`Command buffer overflow')
  16. fnerror(AOVF,`Atom buffer overflow')
  17. fnerror(EOF,`End of file encountered on command input')
  18. fnerror(INC,`More input required for successful parse')
  19. fnerror(NFDB,`Empty FDB chain presented for parsing')
  20. fnerror(GO,`Wakeup requested')
  21. fnerror(DFR,`Deferred action requested')
  22. fnerror(NOAR,`Automatic reparse mechanism failed or not available')
  23. fnerror(NDEF,`Default string could not be inserted')
  24. fnerror(IOVF,`Internal work buffer overflow')
  25. fnerror(IO,`Error in command line I/O operation')
  26. fnerror(BUFS,`Must allocate parse buffers before beginning parse')
  27. fnerror(PMT,`Must issue prompt before parsing command line')
  28. fnerror(AGN,`Retry requested by parse routine')
  29. fnerror(NOAE,`Automatic parse error handler failed')
  30. fnerror(BEL,`Completion routine requested a bell')
  31. fnerror(BEG,`Completion routine requested a bell and wakeup')
  32. fnerror(SOF,`Internal Stack Overflow')
  33. fnerror(SUF,`Internal Stack Underflow')
  34. fnerror(PRE,`Prefix table not defined')
  35.